golang.org/x/net/http2.ClientConn.doNotReuse (field)
8 uses
golang.org/x/net/http2 (current package)
transport.go#L206: doNotReuse bool // whether conn is marked to not be reused for any future requests
transport.go#L577: cc.doNotReuse = true
transport.go#L643: Closing: cc.closing || cc.singleUse || cc.doNotReuse || cc.goAway != nil,
transport.go#L705: !cc.doNotReuse &&
transport.go#L811: return cc.doNotReuse && len(cc.streams) == 0
transport.go#L1122: cc.doNotReuse = true
transport.go#L1296: closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
transport.go#L1738: closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)